.lazy {
  opacity: 1 !important;
}
.home_page {
  font-size: 0;
}
.home_page .banner {
  position: relative;
}
.home_page .banner .hope-pagination {
  width: 100%;
  text-align: center;
  bottom: 27px;
}
.home_page .banner .hope-pagination .hope-pagination-switch {
  width: 14px;
  height: 14px;
  background: #ffffff;
  margin-right: 56px;
  border: none;
}
.home_page .banner .hope-pagination .hope-pagination-switch:last-child {
  margin-right: 0;
}
.home_page .banner .hope-pagination .hope-active-switch {
  background: #5dbbfd;
  border: none;
}
.home_page .banner .hope-slide {
  position: relative;
}
.home_page .banner img {
  width: 100%;
  min-width: 1200px;
  min-height: 438px;
}
.home_page .banner .text_box {
  position: absolute;
  top: 30.5%;
  padding: 0px 71px;
  box-sizing: border-box;
  width: 100%;
}
.home_page .banner .text_box .text {
  font-size: 24px;
  font-weight: bold;
  color: #1874d8;
  line-height: 36px;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
}
@media (max-width: 750px) {
  .home_page .banner .hope-pagination {
    bottom: 37px;
  }
  .home_page .banner .hope-pagination .hope-pagination-switch {
    width: 18px;
    height: 18px;
    margin-right: 32px;
  }
  .home_page .banner img {
    min-width: 100%;
    min-height: auto;
    height: 750px;
  }
  .home_page .banner .text_box {
    top: 170px;
    padding: 0 67px;
  }
  .home_page .banner .text {
    font-size: 30px;
    line-height: 42px;
  }
}
.home_page .news {
  padding: 60px 0;
}
.home_page .news .common_title {
  margin-bottom: 60px;
}
.home_page .news .news_box {
  position: relative;
}
.home_page .news .news_box .news_box_left {
  display: inline-block;
  vertical-align: top;
  background: white;
  box-shadow: 0px 2px 19px 0px rgba(170, 170, 170, 0.5);
  width: 500px;
  height: 414px;
  overflow: hidden;
}
.home_page .news .news_box .news_box_left .hidden_box {
  height: 329px;
  overflow: hidden;
}
.home_page .news .news_box .news_box_left:hover img {
  transition: all 0.8s;
  transform: scale(1.1);
}
.home_page .news .news_box .news_box_left img {
  width: 100%;
  height: 329px;
}
.home_page .news .news_box .news_box_left .text_box {
  padding: 15px 19px;
}
.home_page .news .news_box .news_box_left .text_box .text {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  margin-bottom: 17px;
}
.home_page .news .news_box .news_box_left .text_box .time {
  color: #999999;
}
.home_page .news .news_box .news_box_left .text_box .time span {
  display: inline-block;
  height: 14px;
  font-size: 14px;
}
.home_page .news .news_box .news_box_left .text_box .time em {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
  position: relative;
}
.home_page .news .news_box .news_box_middel {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.home_page .news .news_box .news_box_middel .middel_item {
  overflow: hidden;
  width: 300px;
  height: 197px;
  position: relative;
}
.home_page .news .news_box .news_box_middel .middel_item:hover img {
  transition: all 0.8s;
  transform: scale(1.1);
}
.home_page .news .news_box .news_box_middel .middel_item:first-child {
  margin-bottom: 20px;
}
.home_page .news .news_box .news_box_middel .middel_item img {
  width: 100%;
  height: 100%;
}
.home_page .news .news_box .news_box_middel .middel_item .text_box {
  position: absolute;
  bottom: 0;
  background: rgba(84, 84, 84, 0.6);
  width: 100%;
}
.home_page .news .news_box .news_box_middel .middel_item .text_box .text {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
  padding: 15px;
}
.home_page .news .news_box .news_box_right {
  display: inline-block;
  width: 339px;
  vertical-align: top;
  margin-left: 40px;
}
.home_page .news .news_box .news_box_right .right_item {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 15px;
}
.home_page .news .news_box .news_box_right .right_item:first-child {
  padding-top: 0;
}
.home_page .news .news_box .news_box_right .right_item:nth-last-child(2) {
  border: none;
}
.home_page .news .news_box .news_box_right .right_item .time {
  margin-top: 10px;
  color: #999999;
}
.home_page .news .news_box .news_box_right .right_item .time span {
  line-height: 1;
  font-size: 14px;
}
.home_page .news .news_box .news_box_right .right_item .time em {
  line-height: 1;
  font-size: 18px;
  vertical-align: middle;
  top: 0;
}
.home_page .news .news_box .news_box_right .right_item .text {
  padding-top: 20px;
  padding-bottom: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.home_page .news .news_box .news_box_right .right_item .text:hover {
  color: #005b9c;
}
.home_page .news .news_box .news_box_right .more {
  position: absolute;
  right: 143px;
  bottom: 0px;
  width: 200px;
}
.home_page .news .news_box .news_box_right .more a {
  font-size: 14px;
  color: #69b0f7;
}
.home_page .news .news_box .news_box_right .more i {
  font-size: 10px;
}
@media (max-width: 750px) {
  .home_page .news {
    padding: 50px;
    padding-bottom: 60px;
  }
  .home_page .news .common_title {
    margin-bottom: 50px;
  }
  .home_page .news .news_box .news_box_left {
    width: 100%;
    height: auto;
  }
  .home_page .news .news_box .news_box_left .hidden_box {
    height: auto;
  }
  .home_page .news .news_box .news_box_left img {
    height: 428px;
  }
  .home_page .news .news_box .news_box_left .text_box {
    padding: 33px 35px;
    padding-top: 30px;
  }
  .home_page .news .news_box .news_box_left .text_box .text {
    font-size: 28px;
    line-height: 38px;
  }
  .home_page .news .news_box .news_box_left .text_box .time span {
    font-size: 24px;
  }
  .home_page .news .news_box .news_box_left .text_box .time em {
    font-size: 28px;
    margin-left: 3px;
    font-weight: bold;
    vertical-align: top;
    top: 0;
  }
  .home_page .news .news_box .news_box_middel {
    display: none;
  }
  .home_page .news .news_box .news_box_right {
    width: 100%;
    margin: 0;
  }
  .home_page .news .news_box .news_box_right .right_item:first-child {
    padding-top: 50px;
  }
  .home_page .news .news_box .news_box_right .right_item:nth-last-child(2) {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
  }
  .home_page .news .news_box .news_box_right .right_item .time span {
    font-size: 24px;
  }
  .home_page .news .news_box .news_box_right .right_item .time em {
    font-size: 28px;
    margin-left: 3px;
    font-weight: bold;
  }
  .home_page .news .news_box .news_box_right .right_item .text {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
  }
  .home_page .news .news_box .news_box_right .more {
    position: relative;
    right: 0;
    width: 100%;
    height: 58px;
    background: #005b9c;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_page .news .news_box .news_box_right .more a {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 24px;
  }
  .home_page .news .news_box .news_box_right .more a i {
    font-size: 24px;
    margin-right: 6px;
  }
}
.home_page .Nationalization {
  padding: 60px 0;
  background: #f7f7f7;
}
.home_page .Nationalization .common_title {
  margin-bottom: 76px;
}
.home_page .Nationalization .Nationalization_left {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.home_page .Nationalization .Nationalization_left .map_a {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home_page .Nationalization .Nationalization_left .map {
  width: 500px;
  height: 629px;
  position: relative;
  z-index: 1;
}
.home_page .Nationalization .Nationalization_right {
  display: inline-block;
  vertical-align: top;
  margin-left: 80px;
  width: 560px;
}
.home_page .Nationalization .Nationalization_right .right_top {
  background: url(goven_home_part3_31.png);
  background-size: 100% 100%;
  height: 334px;
  padding: 25px 37px 33px 37px;
  box-sizing: border-box;
}
.home_page .Nationalization .Nationalization_right .right_top p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.home_page .Nationalization .Nationalization_right .right_top .more {
  position: relative;
  margin-top: 20px;
}
.home_page .Nationalization .Nationalization_right .right_top .more span,
.home_page .Nationalization .Nationalization_right .right_top .more a {
  color: white;
  font-size: 10px;
  vertical-align: middle;
  line-height: 1;
}
.home_page .Nationalization .Nationalization_right .right_top .more a {
  font-size: 14px;
}
.home_page .Nationalization .Nationalization_right .right_top .more::after {
  content: " ";
  width: 386px;
  height: 1px;
  position: absolute;
  background: white;
  opacity: 0.5;
  top: 8px;
  left: 100px;
}
.home_page .Nationalization .Nationalization_right .right_bottom {
  position: relative;
}
.home_page .Nationalization .Nationalization_right .right_bottom video {
  height: 280px;
  width: 100%;
}
.home_page .Nationalization .Nationalization_right .right_bottom .video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.home_page .Nationalization .Nationalization_right .right_bottom .video_mask span {
  color: white;
  font-size: 54px;
  line-height: 280px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .home_page .Nationalization {
    padding: 50px;
    padding-bottom: 60px;
  }
  .home_page .Nationalization .common_title {
    margin-bottom: 60px;
  }
  .home_page .Nationalization .Nationalization_left {
    width: 100%;
    margin-bottom: 65px;
  }
  .home_page .Nationalization .Nationalization_left .map {
    width: 100%;
    height: 818px;
  }
  .home_page .Nationalization .Nationalization_right {
    width: 100%;
    margin: 0;
  }
  .home_page .Nationalization .Nationalization_right .right_top {
    height: 480px;
    padding: 38px 51px 37px 51px;
  }
  .home_page .Nationalization .Nationalization_right .right_top p {
    font-size: 26px;
    line-height: 42px;
  }
  .home_page .Nationalization .Nationalization_right .right_top .more {
    margin-top: 33px;
  }
  .home_page .Nationalization .Nationalization_right .right_top .more a,
  .home_page .Nationalization .Nationalization_right .right_top .more span {
    font-size: 24px;
  }
  .home_page .Nationalization .Nationalization_right .right_top .more::after {
    top: 14px;
    left: 170px;
  }
  .home_page .Nationalization .Nationalization_right .right_bottom video {
    height: 325px;
  }
  .home_page .Nationalization .Nationalization_right .right_bottom .video_mask {
    display: none;
  }
}
.home_page .InviteInvestment {
  padding: 60px 0px;
}
.home_page .InviteInvestment .common_title {
  margin-bottom: 60px;
}
.home_page .InviteInvestment .InviteInvestment_left {
  display: inline-block;
  vertical-align: top;
  width: 570px;
}
.home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_left {
  display: inline-block;
  vertical-align: top;
  padding: 26px;
  padding-right: 40px;
  box-sizing: border-box;
  width: 570px;
  height: 180px;
  background: url(goven_home_part2_1_xs.png);
  background-size: 100% 100%;
}
.home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_left h3 {
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
  margin-bottom: 12px;
}
.home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_left p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
.home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_right {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  padding: 26px;
  padding-right: 60px;
  width: 280px;
  height: 180px;
  box-sizing: border-box;
  background: url(goven_home_part2_2.png);
  background-size: 100% 100%;
}
.home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_right h3 {
  font-size: 21px;
  font-weight: bold;
  color: #005b9c;
  line-height: 28px;
  margin: 0;
  margin-bottom: 12px;
}
.home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_right p {
  font-size: 16px;
  font-weight: 400;
  color: #005b9c;
  line-height: 26px;
}
.home_page .InviteInvestment .InviteInvestment_left .left_bottom {
  margin-top: 10px;
  background: url(goven_home_part2_3.png);
  background-size: 100% 100%;
  width: 570px;
  height: 130px;
  padding: 20px 25px 13px 25px;
  box-sizing: border-box;
}
.home_page .InviteInvestment .InviteInvestment_left .left_bottom h3 {
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
  margin-bottom: 9px;
}
.home_page .InviteInvestment .InviteInvestment_left .left_bottom li {
  margin-bottom: 4px;
}
.home_page .InviteInvestment .InviteInvestment_left .left_bottom li .fangkuai {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  line-height: 26px;
}
.home_page .InviteInvestment .InviteInvestment_left .left_bottom li .text {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  vertical-align: middle;
  margin-left: 9px;
  width: 500px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home_page .InviteInvestment .InviteInvestment_right {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: 600px;
}
.home_page .InviteInvestment .InviteInvestment_right .tabs .tab {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 60px;
  background: #e4eef8;
  line-height: 60px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #666666;
}
.home_page .InviteInvestment .InviteInvestment_right .tabs .tab.cur {
  background: #005b9c;
  color: white;
}
.home_page .InviteInvestment .InviteInvestment_right .tab_contents {
  background: url(goven_home_part2_4.png);
  background-size: 100% 100%;
  width: 100%;
  height: 260px;
  position: relative;
}
.home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content {
  display: none;
}
.home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content:first-child {
  display: block;
}
.home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content li {
  width: 100%;
  padding: 26px 28px 0 28px;
  box-sizing: border-box;
  display: inline-block;
}
.home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content li .fangkuai {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #1874d8;
}
.home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content li .text {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  vertical-align: middle;
  display: inline-block;
  margin-left: 9px;
  width: 96%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content .more {
  position: absolute;
  bottom: 33px;
  left: 28px;
}
.home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content .more a {
  color: #005b9c;
}
.home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content .more a span {
  font-size: 10px;
}
.home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content .more a em {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_bottom_title {
  padding: 24px 0;
  font-size: 21px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner {
  position: relative;
  margin: 0px -10px;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner .hope-container {
  height: 130px;
  overflow: hidden;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner .jiantous .goven_iconfont {
  font-size: 14px;
  position: absolute;
  top: 50%;
  line-height: 1;
  margin-top: -23px;
  cursor: pointer;
  padding: 17px;
  color: #005b9c;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner .jiantous .goven_iconfont.diabled {
  cursor: default;
  color: #ccc;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner .jiantous .icon-zuojiantou {
  left: -34px;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner .jiantous .icon-youjiantou {
  right: -34px;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner .hope-slide {
  padding: 0px 10px;
  box-sizing: border-box;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner .hope-slide .slide_icon {
  height: 130px;
  text-align: center;
  position: relative;
  background: #e4eef8;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner .hope-slide .slide_icon a {
  display: block;
  height: 100%;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner .hope-slide .slide_icon::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, #005b9c 0%, #5dbbfd 100%);
  top: 0;
  left: 0;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner .hope-slide .slide_icon img {
  height: 68px;
  margin-top: 13px;
  margin-top: 10px;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner .hope-slide .slide_icon p {
  font-size: 14px;
  font-weight: 500;
  color: #2f4452;
  line-height: 16px;
  padding: 0px 14px;
}
.home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_mo_banner {
  display: none;
}
@media (max-width: 750px) {
  .home_page .InviteInvestment {
    padding: 50px;
    padding-bottom: 76px;
  }
  .home_page .InviteInvestment .InviteInvestment_left {
    width: 100%;
  }
  .home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_left {
    width: 100%;
    height: 200px;
    padding: 34px 200px 30px 26px;
    background: url(goven_home_part2_1_xs.png);
    background-size: 100% 100%;
  }
  .home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_left h3 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_left p {
    font-size: 24px;
    line-height: 30px;
  }
  .home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_right {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    height: 200px;
    padding: 34px 200px 30px 26px;
    background: url(goven_home_part2_2_xs.png);
    background-size: 100% 100%;
  }
  .home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_right h3 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .home_page .InviteInvestment .InviteInvestment_left .left_top .left_top_right p {
    font-size: 24px;
    line-height: 30px;
  }
  .home_page .InviteInvestment .InviteInvestment_left .left_bottom {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    height: 200px;
    padding: 29px 23px;
  }
  .home_page .InviteInvestment .InviteInvestment_left .left_bottom h3 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 19px;
  }
  .home_page .InviteInvestment .InviteInvestment_left .left_bottom li {
    margin-bottom: 20px;
  }
  .home_page .InviteInvestment .InviteInvestment_left .left_bottom li .text {
    font-size: 24px;
    line-height: 30px;
    width: 580px;
  }
  .home_page .InviteInvestment .InviteInvestment_right {
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  .home_page .InviteInvestment .InviteInvestment_right .tabs .tab {
    width: 50%;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  .home_page .InviteInvestment .InviteInvestment_right .tab_contents {
    height: 267px;
  }
  .home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content li {
    padding-right: 10px;
  }
  .home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content li .text {
    font-size: 24px;
    line-height: 26px;
  }
  .home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content .more {
    bottom: 17px;
  }
  .home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content .more a span {
    font-size: 20px;
  }
  .home_page .InviteInvestment .InviteInvestment_right .tab_contents .tab_content .more a em {
    font-size: 24px;
  }
  .home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_bottom_title {
    font-size: 28px;
    line-height: 28px;
    padding: 29px 0;
  }
  .home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_pc_banner {
    display: none;
  }
  .home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_mo_banner {
    position: relative;
    display: block;
    margin: 0px -10px;
  }
  .home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_mo_banner .hope-wrapper .hope-slide .hope-slide_item {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 10px;
    padding-bottom: 20px;
  }
  .home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_mo_banner .hope-wrapper .hope-slide .hope-slide_item .slide_icon {
    background: #e4eef8;
    position: relative;
    text-align: center;
  }
  .home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_mo_banner .hope-wrapper .hope-slide .hope-slide_item .slide_icon::after {
    position: absolute;
    content: " ";
    background: linear-gradient(270deg, #005b9c 0%, #5dbbfd 100%);
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
  }
  .home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_mo_banner .hope-wrapper .hope-slide .hope-slide_item .slide_icon img {
    height: 78px;
  }
  .home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_mo_banner .hope-wrapper .hope-slide .hope-slide_item .slide_icon p {
    font-size: 24px;
    font-weight: 500;
    color: #2f4452;
    line-height: 30px;
    padding-bottom: 18px;
  }
  .home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_mo_banner .hope-pagination {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
  }
  .home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_mo_banner .hope-pagination .hope-pagination-switch {
    width: 16px;
    height: 10px;
    background: #004eb5;
    border-radius: 5px;
    opacity: 0.5;
  }
  .home_page .InviteInvestment .InviteInvestment_bottom .InviteInvestment_mo_banner .hope-pagination .hope-pagination-switch.hope-active-switch {
    width: 40px;
    height: 10px;
    background: #004eb5;
    border-radius: 5px;
    opacity: 1;
  }
}
.home_page .Services {
  padding: 60px 0px;
  background: #f7f7f7;
}
.home_page .Services .common_title {
  margin-bottom: 42px;
}
.home_page .Services .Services_box {
  height: 300px;
  width: 100%;
  position: relative;
}
.home_page .Services .Services_box .services1 {
  height: 300px;
  width: 277px;
  position: relative;
}
.home_page .Services .Services_box .services1:hover {
  transition: all 0.8s;
  transform: translateY(-5px);
}
.home_page .Services .Services_box .services1 img {
  width: 100%;
  height: 100%;
}
.home_page .Services .Services_box .services1 .text_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 100%;
  padding: 36px 10px 0px 23px;
  box-sizing: border-box;
  background: rgba(93, 187, 253, 0.6);
}
.home_page .Services .Services_box .services1 .text_box h3 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
}
.home_page .Services .Services_box .services1 .text_box p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
.home_page .Services .Services_box .services2,
.home_page .Services .Services_box .services3,
.home_page .Services .Services_box .services4 {
  position: absolute;
  top: 0;
  left: 307px;
  width: 277px;
  height: 140px;
}
.home_page .Services .Services_box .services2:hover,
.home_page .Services .Services_box .services3:hover,
.home_page .Services .Services_box .services4:hover {
  transition: all 0.8s;
  transform: translateY(-5px);
}
.home_page .Services .Services_box .services2 img,
.home_page .Services .Services_box .services3 img,
.home_page .Services .Services_box .services4 img {
  width: 100%;
  height: 100%;
}
.home_page .Services .Services_box .services2 .text_box,
.home_page .Services .Services_box .services3 .text_box,
.home_page .Services .Services_box .services4 .text_box {
  width: 180px;
  height: 140px;
  background: rgba(93, 187, 253, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.home_page .Services .Services_box .services2 .text_box h3,
.home_page .Services .Services_box .services3 .text_box h3,
.home_page .Services .Services_box .services4 .text_box h3 {
  margin: 0;
  padding-left: 28px;
  padding-top: 36px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
}
.home_page .Services .Services_box .services3 {
  left: 614px;
}
.home_page .Services .Services_box .services4 {
  left: 922px;
}
.home_page .Services .Services_box .services5,
.home_page .Services .Services_box .services6 {
  position: absolute;
  top: 160px;
  left: 307px;
  width: 431px;
  height: 140px;
}
.home_page .Services .Services_box .services5:hover,
.home_page .Services .Services_box .services6:hover {
  transition: all 0.8s;
  transform: translateY(-5px);
}
.home_page .Services .Services_box .services5 img,
.home_page .Services .Services_box .services6 img {
  width: 100%;
  height: 100%;
}
.home_page .Services .Services_box .services5 .text_box,
.home_page .Services .Services_box .services6 .text_box {
  width: 320px;
  height: 140px;
  background: rgba(93, 187, 253, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.home_page .Services .Services_box .services5 .text_box h3,
.home_page .Services .Services_box .services6 .text_box h3 {
  margin: 0;
  padding-left: 28px;
  padding-top: 36px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
}
.home_page .Services .Services_box .services6 {
  left: 768px;
}
@media (max-width: 750px) {
  .home_page .Services {
    padding: 60px 50px;
  }
  .home_page .Services .common_title {
    margin-bottom: 40px;
  }
  .home_page .Services .Services_box {
    height: 660px;
  }
  .home_page .Services .Services_box .services1 {
    width: 315px;
    height: 340px;
  }
  .home_page .Services .Services_box .services1 .text_box {
    width: 262px;
    padding: 34px 20px 20px 20px;
  }
  .home_page .Services .Services_box .services1 .text_box p {
    margin-top: 18px;
    font-size: 24px;
    line-height: 32px;
  }
  .home_page .Services .Services_box .services2,
  .home_page .Services .Services_box .services3 {
    width: 315px;
    height: 159px;
    left: 335px;
  }
  .home_page .Services .Services_box .services2 .text_box,
  .home_page .Services .Services_box .services3 .text_box {
    width: 180px;
    height: 159px;
  }
  .home_page .Services .Services_box .services3 {
    top: 179px;
  }
  .home_page .Services .Services_box .services4 {
    left: unset;
    top: 360px;
    width: 200px;
    height: 300px;
    right: 0;
  }
  .home_page .Services .Services_box .services4 .text_box {
    width: 160px;
    height: 100%;
  }
  .home_page .Services .Services_box .services5,
  .home_page .Services .Services_box .services6 {
    width: 431px;
    height: 140px;
    left: 0;
    top: 360px;
  }
  .home_page .Services .Services_box .services5 .text_box,
  .home_page .Services .Services_box .services6 .text_box {
    width: 260px;
  }
  .home_page .Services .Services_box .services6 {
    top: 520px;
  }
}
.home_page .Dream {
  padding-top: 60px;
}
.home_page .Dream .common_title {
  margin-bottom: 49px;
}
.home_page .Dream .Dream_box {
  background: url(goven_home_part5_1.png);
  background-size: 100% 100%;
  height: 336px;
  box-sizing: border-box;
  padding: 30px 20px 30px 60px;
}
.home_page .Dream .Dream_box .Dream_box_left_pc {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 647px;
  position: relative;
}
.home_page .Dream .Dream_box .Dream_box_left_pc .hope-container {
  overflow: hidden;
  height: 275px;
}
.home_page .Dream .Dream_box .Dream_box_left_pc .hope-slide {
  padding: 0px 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.home_page .Dream .Dream_box .Dream_box_left_pc .hope-slide:hover img {
  transition: all 0.8s;
  transform: scale(1.1);
}
.home_page .Dream .Dream_box .Dream_box_left_pc .hope-slide a {
  display: block;
  overflow: hidden;
}
.home_page .Dream .Dream_box .Dream_box_left_pc .hope-slide a img {
  height: 275px;
  width: 100%;
}
.home_page .Dream .Dream_box .Dream_box_left_pc .jiantouRight .goven_iconfont {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 32px;
  height: 32px;
  color: #005b9c;
  font-size: 32px;
  z-index: 2;
  cursor: pointer;
}
.home_page .Dream .Dream_box .Dream_box_left_pc .jiantouRight .goven_iconfont.diabled {
  color: #ccc;
  cursor: default;
}
.home_page .Dream .Dream_box .Dream_box_left_pc .jiantouRight .icon-zuojiantou1 {
  left: -37px;
}
.home_page .Dream .Dream_box .Dream_box_left_pc .jiantouRight .icon-you {
  right: -37px;
}
.home_page .Dream .Dream_box .Dream_box_left_mo {
  display: none;
}
.home_page .Dream .Dream_box .Dream_box_right {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  color: #2f4452;
  line-height: 28px;
  width: 398px;
  margin-left: 70px;
}
@media (max-width: 750px) {
  .home_page .Dream {
    padding-top: 50px;
  }
  .home_page .Dream .common_title {
    margin-bottom: 57px;
  }
  .home_page .Dream .Dream_box {
    display: flex;
    height: 973px;
    padding: 0;
    background: url(goven_home_part5_1_xs.png);
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .home_page .Dream .Dream_box .Dream_box_left_pc {
    width: 100%;
    display: none;
  }
  .home_page .Dream .Dream_box .Dream_box_left_mo {
    display: block;
    padding-left: 50px;
  }
  .home_page .Dream .Dream_box .Dream_box_left_mo ul {
    white-space: nowrap;
    overflow-x: auto;
  }
  .home_page .Dream .Dream_box .Dream_box_left_mo ul li {
    display: inline-block;
    margin-right: 30px;
  }
  .home_page .Dream .Dream_box .Dream_box_left_mo ul li img {
    width: 400px;
    height: 526px;
  }
  .home_page .Dream .Dream_box .Dream_box_left_mo ul li:last-child {
    margin-right: 50px;
  }
  .home_page .Dream .Dream_box .Dream_box_right {
    padding: 0px 50px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    font-size: 24px;
    color: #2f4452;
    line-height: 42px;
    margin-top: 40px;
    margin-bottom: 61px;
  }
}
.home_page .Specials {
  padding-top: 60px;
}
.home_page .Specials .common_title {
  margin-bottom: 60px;
}
.home_page .Specials .Specials_top .pc_top_left {
  margin-left: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 386px;
}
.home_page .Specials .Specials_top .pc_top_left:first-child {
  margin-left: 0;
}
.home_page .Specials .Specials_top .pc_top_left .hidden_box {
  height: 257px;
}
.home_page .Specials .Specials_top .pc_top_left:hover img {
  transition: all 0.8s;
  transform: translateY(-5px);
}
.home_page .Specials .Specials_top .pc_top_left a {
  display: block;
}
.home_page .Specials .Specials_top .pc_top_left img {
  width: 100%;
  height: 257px;
}
.home_page .Specials .Specials_top .pc_top_left .text_box {
  position: absolute;
  background: rgba(84, 84, 84, 0.6);
  bottom: 0;
  width: 100%;
  padding: 15px 52px;
  box-sizing: border-box;
}
.home_page .Specials .Specials_top .pc_top_left .text_box p {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
}
.home_page .Specials .Specials_top .mo_top {
  display: none;
}
.home_page .Specials .Specials_bottom {
  margin-top: 20px;
}
.home_page .Specials .Specials_bottom .Specials_bottom_left {
  width: 792px;
  vertical-align: top;
  display: inline-block;
}
.home_page .Specials .Specials_bottom .Specials_bottom_left img {
  width: 100%;
  height: 130px;
}
.home_page .Specials .Specials_bottom .Specials_bottom_left img:hover {
  transition: all 0.8s;
  transform: translateY(-5px);
}
.home_page .Specials .Specials_bottom .Specials_bottom_right {
  margin-left: 8px;
  width: 400px;
  vertical-align: top;
  display: inline-block;
}
.home_page .Specials .Specials_bottom .Specials_bottom_right img {
  width: 100%;
  height: 130px;
}
.home_page .Specials .Specials_bottom .Specials_bottom_right img:hover {
  transition: all 0.8s;
  transform: translateY(-5px);
}
@media (max-width: 750px) {
  .home_page .Specials {
    padding: 60px 50px 0;
  }
  .home_page .Specials .common_title {
    margin-bottom: 47px;
  }
  .home_page .Specials .Specials_top .pc_top_left,
  .home_page .Specials .Specials_top .pc_top_right {
    display: none;
  }
  .home_page .Specials .Specials_top .pc_top_left .hidden_box,
  .home_page .Specials .Specials_top .pc_top_right .hidden_box {
    height: auto;
  }
  .home_page .Specials .Specials_top .mo_top {
    display: block;
    position: relative;
  }
  .home_page .Specials .Specials_top .mo_top .hope-slide {
    position: relative;
  }
  .home_page .Specials .Specials_top .mo_top .hope-slide a {
    display: block;
  }
  .home_page .Specials .Specials_top .mo_top .hope-slide img {
    width: 650px;
    height: 433px;
  }
  .home_page .Specials .Specials_top .mo_top .hope-slide .text_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
    background: rgba(84, 84, 84, 0.6);
  }
  .home_page .Specials .Specials_top .mo_top .hope-slide .text_box .text {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
  }
  .home_page .Specials .Specials_top .mo_top .hope-pagination {
    width: 100%;
    text-align: center;
    bottom: -48px;
  }
  .home_page .Specials .Specials_top .mo_top .hope-pagination .hope-pagination-switch {
    width: 18px;
    height: 18px;
    background: #7fa6da;
    border-radius: 50%;
    margin-right: 32px;
    border: none;
  }
  .home_page .Specials .Specials_top .mo_top .hope-pagination .hope-pagination-switch:last-child {
    margin: 0;
  }
  .home_page .Specials .Specials_top .mo_top .hope-pagination .hope-pagination-switch.hope-active-switch {
    background: #5dbbfd;
  }
  .home_page .Specials .Specials_bottom {
    margin-top: 89px;
  }
  .home_page .Specials .Specials_bottom .Specials_bottom_left,
  .home_page .Specials .Specials_bottom .Specials_bottom_right {
    width: 100%;
  }
  .home_page .Specials .Specials_bottom .Specials_bottom_left a img,
  .home_page .Specials .Specials_bottom .Specials_bottom_right a img {
    width: 100%;
    height: 150px;
  }
  .home_page .Specials .Specials_bottom .Specials_bottom_right {
    margin: 0;
    margin-top: 20px;
  }
}
.home_page .Urban {
  padding: 60px 0;
  background: url(goven_home_part6_bg.png);
  background-size: 100% 100%;
  width: 100%;
}
.home_page .Urban .common_title {
  margin-bottom: 60px;
}
.home_page .Urban .Urban_box {
  position: relative;
  margin: 0px -8px;
  width: 100%;
}
.home_page .Urban .Urban_box .Urban_jiantou .goven_iconfont {
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  color: #005b9c;
  font-size: 25px;
  z-index: 2;
  margin-top: -15px;
  cursor: pointer;
}
.home_page .Urban .Urban_box .Urban_jiantou .goven_iconfont.diabled {
  color: #ccc;
  cursor: default;
}
.home_page .Urban .Urban_box .Urban_jiantou .icon-zuojiantou {
  left: -31px;
}
.home_page .Urban .Urban_box .Urban_jiantou .icon-youjiantou {
  right: -44px;
}
.home_page .Urban .Urban_box .hope-container .hope-pagination {
  display: none;
}
.home_page .Urban .Urban_box .hope-slide {
  padding: 0px 8px;
  box-sizing: border-box;
}
.home_page .Urban .Urban_box .hope-slide a {
  display: block;
  overflow: hidden;
}
.home_page .Urban .Urban_box .hope-slide .Urban_top {
  height: 240px;
  overflow: hidden;
}
.home_page .Urban .Urban_box .hope-slide .Urban_top:hover img {
  transition: all 0.8s;
  transform: scale(1.1);
}
.home_page .Urban .Urban_box .hope-slide .Urban_top img {
  height: 100%;
}
.home_page .Urban .Urban_box .hope-slide .Urban_bottom {
  position: relative;
  background: #1f5da1;
  padding: 14px 23px;
  height: 240px;
  box-sizing: border-box;
}
.home_page .Urban .Urban_box .hope-slide .Urban_bottom h3 {
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
}
.home_page .Urban .Urban_box .hope-slide .Urban_bottom p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin-top: 19px;
}
.home_page .Urban .Urban_box .hope-slide .Urban_bottom .more {
  position: absolute;
  bottom: 32px;
}
.home_page .Urban .Urban_box .hope-slide .Urban_bottom .more span {
  font-size: 10px;
  color: #a3d1ff;
}
.home_page .Urban .Urban_box .hope-slide .Urban_bottom .more em {
  font-size: 14px;
  color: #a3d1ff;
  vertical-align: middle;
  margin-left: 5px;
}
@media (max-width: 750px) {
  .home_page .Urban {
    background: url(goven_home_part6_bg_xs.png);
    height: 940px;
    box-sizing: border-box;
    background-size: 100% 100%;
  }
  .home_page .Urban .Urban_box .Urban_jiantou {
    display: none;
  }
  .home_page .Urban .Urban_box .hope-container {
    position: relative;
  }
  .home_page .Urban .Urban_box .hope-container .hope-pagination {
    display: block;
    position: absolute;
    top: 369px;
    width: 100%;
    text-align: center;
    height: 20px;
  }
  .home_page .Urban .Urban_box .hope-container .hope-pagination .hope-pagination-switch {
    width: 16px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px;
    opacity: 0.5;
    border: none;
  }
  .home_page .Urban .Urban_box .hope-container .hope-pagination .hope-pagination-switch.hope-active-switch {
    width: 40px;
    height: 10px;
    background: #004eb5;
    border-radius: 5px;
    opacity: 1;
  }
  .home_page .Urban .Urban_box .hope-slide {
    padding: 0px 50px;
  }
  .home_page .Urban .Urban_box .hope-slide .Urban_top {
    height: 400px;
  }
  .home_page .Urban .Urban_box .hope-slide .Urban_bottom {
    padding: 44px 42px;
    padding-top: 30px;
    height: 330px;
  }
  .home_page .Urban .Urban_box .hope-slide .Urban_bottom h3 {
    font-size: 30px;
    line-height: 1.5;
  }
  .home_page .Urban .Urban_box .hope-slide .Urban_bottom p {
    margin-top: 10px;
    font-size: 24px;
    line-height: 42px;
  }
  .home_page .Urban .Urban_box .hope-slide .Urban_bottom .more {
    bottom: 25px;
  }
  .home_page .Urban .Urban_box .hope-slide .Urban_bottom .more span {
    font-size: 20px;
  }
  .home_page .Urban .Urban_box .hope-slide .Urban_bottom .more em {
    font-size: 24px;
  }
}